Skip to content

Conversation

@1broseidon
Copy link

Summary

Adding promptext to the Developer tools section as a code context extraction tool for AI assistants.

Description

Promptext is a CLI tool that complements existing tools like code-collator by providing:

  • Smart code context extraction optimized for AI assistants
  • Accurate token counting using tiktoken (GPT-3.5/4 compatible)
  • Relevance prioritization to include most important files first
  • Token budget management to stay within LLM limits
  • Multiple output formats (TOON, Markdown, XML, JSONL)

Why it fits in Developer tools

  • Helps developers prepare code context for local AI models
  • Works well alongside code-collator which is already listed
  • Enables efficient use of token-limited local models
  • Supports developers building AI-powered applications

GitHub: https://github.com/1broseidon/promptext
Latest Release: v0.5.1
Test Coverage: 82%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant